home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / System / SignUp.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-10-16  |  1.7 KB  |  132 lines

  1. h2
  2. {
  3.     margin:0 0 5px 0;
  4.     float:left;
  5.     display:block;
  6.     width:230px;
  7.     height:30px;
  8.     line-height:30px;
  9.     font-size:16px;
  10.     border-bottom:2px solid #49f;
  11. }
  12.  
  13. h3
  14. {
  15.     margin:0 0 5px 0;
  16.     float:left;
  17.     display:block;
  18.     width:230px;
  19.     height:20px;
  20.     line-height:20px;
  21.     font-size:13px;
  22.     font-weight:bold;
  23.     color:#c55;
  24.     border-bottom:1px solid #888;
  25. }
  26.  
  27. cite
  28. {
  29.     float:left;
  30.     display:block;
  31.     margin:0 0 0 0;
  32.     font-size:11px;
  33.     color:#555;
  34. }
  35.  
  36. #LeftSide
  37. {
  38.     float:left;
  39.     margin:0 0 0 0;
  40.     width:350px;
  41.     height:500px;
  42.     background: url(/img/App_GUI/BundleCover/Sep_Line.jpg) no-repeat right;
  43. }
  44.     
  45.     a.Login_Controls:link, a.Login_Controls:visited
  46.     {
  47.         float:left;
  48.         display:block;
  49.         margin:0 0 0 0;
  50.         line-height:20px;
  51.         color:#333;
  52.         text-decoration:none;
  53.     }
  54.     
  55.     a.Login_Controls:hover
  56.     {
  57.         color:#000;
  58.         text-decoration:underline;
  59.     }
  60.  
  61.     .SpecialInfo
  62.     {
  63.         float:left;
  64.         display:block;
  65.         width:230px;
  66.         height:25px;
  67.         
  68.         border-top:2px solid #69f;
  69.         margin:10px 0 0 0;
  70.         color:#06c;
  71.         line-height:25px;
  72.         text-align:center;
  73.     }
  74.  
  75. .Label
  76. {
  77.     float:left;
  78.     display:block;
  79.     margin:20px 0 0 10px;
  80. }
  81.  
  82. .NewAccountLabel
  83. {
  84.     float:right;
  85.     margin-right:20px;
  86.     margin-top:200px;
  87.     width:150px;
  88.     height:38px;
  89.     background:url(/img/App_GUI/BundleCover/Label_NewAccount.jpg) no-repeat;
  90. }
  91.  
  92. #CopyRightZone
  93. {
  94.     width:100%;
  95.     height:55px;
  96.     position:absolute;
  97.     left:5px;
  98.     bottom:0px;
  99. }
  100.  
  101. #CopyRightZone p
  102. {
  103.     line-height:0px;
  104.     font-family:'Tahoma', 'Lucida Grande', arial, sans-serif;
  105.     color:#ccc;
  106.     font-size:11px;
  107. }
  108.  
  109. #RightSide
  110. {
  111.     float:left;
  112.     margin:0 0 0 0;
  113.     width:640px;
  114.     height:500px;
  115. }
  116.  
  117.     
  118.  
  119. .Right
  120. {
  121.     float:right;
  122.     display:block;
  123.     width:70px;
  124.     height:25px;
  125.     line-height:25px;
  126.     text-align:center;
  127. }
  128.  
  129. .GroupHeader
  130. {
  131.     margin:100px 0 0 10px !important;
  132. }